Searched refs:FunctionToBitcodeIndex (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 245 DenseMap<const Function *, uint64_t> *FunctionToBitcodeIndex = nullptr); 250 DenseMap<const Function *, uint64_t> &FunctionToBitcodeIndex); 2683 DenseMap<const Function *, uint64_t> *FunctionToBitcodeIndex) { in writeValueSymbolTable() argument 2772 assert(FunctionToBitcodeIndex); in writeValueSymbolTable() 2777 uint64_t BitcodeIndex = (*FunctionToBitcodeIndex)[F] - bitcodeStartBit(); in writeValueSymbolTable() 2871 DenseMap<const Function *, uint64_t> &FunctionToBitcodeIndex) { in writeFunction() argument 2874 FunctionToBitcodeIndex[&F] = Stream.GetCurrentBitNo(); in writeFunction() 3625 DenseMap<const Function *, uint64_t> FunctionToBitcodeIndex; in writeModule() local 3628 writeFunction(*F, FunctionToBitcodeIndex); in writeModule() 3636 /* IsModuleLevel */ true, &FunctionToBitcodeIndex); in writeModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 386 DenseMap<const Function *, uint64_t> &FunctionToBitcodeIndex); 391 DenseMap<const Function *, uint64_t> &FunctionToBitcodeIndex); 3051 DenseMap<const Function *, uint64_t> &FunctionToBitcodeIndex) { in writeGlobalValueSymbolTable() argument 3081 uint64_t BitcodeIndex = FunctionToBitcodeIndex[&F] - bitcodeStartBit(); in writeGlobalValueSymbolTable() 3174 DenseMap<const Function *, uint64_t> &FunctionToBitcodeIndex) { in writeFunction() argument 3177 FunctionToBitcodeIndex[&F] = Stream.GetCurrentBitNo(); in writeFunction() 4272 DenseMap<const Function *, uint64_t> FunctionToBitcodeIndex; in write() local 4275 writeFunction(*F, FunctionToBitcodeIndex); in write() 4282 writeGlobalValueSymbolTable(FunctionToBitcodeIndex); in write()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 397 DenseMap<const Function *, uint64_t> &FunctionToBitcodeIndex); 402 DenseMap<const Function *, uint64_t> &FunctionToBitcodeIndex); 3278 DenseMap<const Function *, uint64_t> &FunctionToBitcodeIndex) { in writeGlobalValueSymbolTable() argument 3308 uint64_t BitcodeIndex = FunctionToBitcodeIndex[&F] - bitcodeStartBit(); in writeGlobalValueSymbolTable() 3401 DenseMap<const Function *, uint64_t> &FunctionToBitcodeIndex) { in writeFunction() argument 3404 FunctionToBitcodeIndex[&F] = Stream.GetCurrentBitNo(); in writeFunction() 4688 DenseMap<const Function *, uint64_t> FunctionToBitcodeIndex; in write() local 4691 writeFunction(F, FunctionToBitcodeIndex); in write() 4698 writeGlobalValueSymbolTable(FunctionToBitcodeIndex); in write()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 346 DenseMap<const Function *, uint64_t> &FunctionToBitcodeIndex);
|