Searched refs:METADATA_LOCATION (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 231 METADATA_LOCATION = 7, // [distinct, line, col, scope, inlined-at?] enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 280 METADATA_LOCATION = 7, // [distinct, line, col, scope, inlined-at?] enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 804 case bitc::METADATA_LOCATION: in lazyLoadModuleMetadataBlock() 1141 case bitc::METADATA_LOCATION: { in parseOneMetadata()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1334 Abbv->Add(BitCodeAbbrevOp(bitc::METADATA_LOCATION)); in createDILocationAbbrev() 1355 Stream.EmitRecord(bitc::METADATA_LOCATION, Record, Abbrev); in writeDILocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1396 Abbv->Add(BitCodeAbbrevOp(bitc::METADATA_LOCATION)); in createDILocationAbbrev() 1417 Stream.EmitRecord(bitc::METADATA_LOCATION, Record, Abbrev); in writeDILocation()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2284 case bitc::METADATA_LOCATION: { in parseMetadata()
|