Home
last modified time | relevance | path

Searched defs:RawFlags (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorSymbolDef.h72 JITSymbolFlags::UnderlyingType RawFlags; in deserialize() local
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_symbol_def.h113 JITSymbolFlags::UnderlyingType RawFlags; in deserialize() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1073 static FunctionSummary::FFlags getDecodedFFlags(uint64_t RawFlags) { in getDecodedFFlags()
1113 static GlobalVarSummary::GVarFlags getDecodedGVarFlags(uint64_t RawFlags) { in getDecodedGVarFlags()
1121 getDecodedHotnessCallEdgeInfo(uint64_t RawFlags) { in getDecodedHotnessCallEdgeInfo()
1128 static void getDecodedRelBFCallEdgeInfo(uint64_t RawFlags, uint64_t &RelBF, in getDecodedRelBFCallEdgeInfo()
7308 uint64_t RawFlags = Record[1]; in parseEntireSummary() local
7376 uint64_t RawFlags = Record[1]; in parseEntireSummary() local
7401 uint64_t RawFlags = Record[1]; in parseEntireSummary() local
7427 uint64_t RawFlags = Record[1]; in parseEntireSummary() local
7460 uint64_t RawFlags = Record[2]; in parseEntireSummary() local
7523 uint64_t RawFlags = Record[2]; in parseEntireSummary() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1137 uint64_t RawFlags = 0; in getEncodedFFlags() local
1154 uint64_t RawFlags = 0; in getEncodedGVSummaryFlags() local
1172 uint64_t RawFlags = Flags.MaybeReadOnly | (Flags.MaybeWriteOnly << 1) | in getEncodedGVarFlags() local
1178 uint64_t RawFlags = 0; in getEncodedHotnessCallEdgeInfo() local
1187 uint64_t RawFlags = 0; in getEncodedRelBFCallEdgeInfo() local