Searched refs:DW_OP_LLVM_tag_offset (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp150 case DW_OP_LLVM_tag_offset:
151 return "DW_OP_LLVM_tag_offset";
164 .Case("DW_OP_LLVM_tag_offset", DW_OP_LLVM_tag_offset)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h123 DW_OP_LLVM_tag_offset = 0x1002, ///< Only used in LLVM metadata. enumerator in enum:llvm::dwarf::LocationAtom
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp500 case dwarf::DW_OP_LLVM_tag_offset:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp848 case dwarf::DW_OP_LLVM_tag_offset:
906 case dwarf::DW_OP_LLVM_tag_offset:
946 case dwarf::DW_OP_LLVM_tag_offset:
965 case dwarf::DW_OP_LLVM_tag_offset:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1045 SmallVector<uint64_t, 8> NewOps = {dwarf::DW_OP_LLVM_tag_offset,

Completed in 125 milliseconds