Home
last modified time | relevance | path

Searched refs:METADATA_LOCATION (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h332 METADATA_LOCATION = 7, // [distinct, line, col, scope, inlined-at?] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp928 case bitc::METADATA_LOCATION: in lazyLoadModuleMetadataBlock()
1423 case bitc::METADATA_LOCATION: { in parseOneMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1383 Stream.EmitRecord(bitc::METADATA_LOCATION, Record, Abbrev); in writeDILocation()
1703 Abbv->Add(BitCodeAbbrevOp(bitc::METADATA_LOCATION)); in createDILocationAbbrev()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1738 Abbv->Add(BitCodeAbbrevOp(bitc::METADATA_LOCATION)); in createDILocationAbbrev()
1761 Stream.EmitRecord(bitc::METADATA_LOCATION, Record, Abbrev); in writeDILocation()