Home
last modified time | relevance | path

Searched full:compile3sym (Results 1 – 25 of 57) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h721 class Compile3Sym : public SymbolRecord {
723 Compile3Sym() : SymbolRecord(SymbolRecordKind::Compile3Sym) {} in Compile3Sym() function
724 explicit Compile3Sym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in Compile3Sym() function
725 explicit Compile3Sym(uint32_t RecordOffset) in Compile3Sym() function
726 : SymbolRecord(SymbolRecordKind::Compile3Sym), in Compile3Sym()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h728 class Compile3Sym : public SymbolRecord {
730 Compile3Sym() : SymbolRecord(SymbolRecordKind::Compile3Sym) {} in Compile3Sym() function
731 explicit Compile3Sym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in Compile3Sym() function
732 explicit Compile3Sym(uint32_t RecordOffset) in Compile3Sym() function
733 : SymbolRecord(SymbolRecordKind::Compile3Sym), in Compile3Sym()
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdb-yaml-symbols.test37 YAML: Compile3Sym:
86 YAML: Compile3Sym:
Dusing-namespace.test23 Compile3Sym:
Dannotation.test41 Compile3Sym:
/external/llvm-project/lldb/test/Shell/ObjectFile/PDB/
Dobject.test93 Compile3Sym:
168 Compile3Sym:
/external/llvm-project/lld/test/COFF/Inputs/
Dprecomp2.yaml17 Compile3Sym:
Dprecomp2-a.yaml17 Compile3Sym:
Dcombined-resources-2.yaml26 Compile3Sym:
Dpdb-type-server-simple-b.yaml21 Compile3Sym:
Dpdb_lines_2_relative.yaml30 Compile3Sym:
Dpdb_lines_2.yaml21 Compile3Sym:
Dpdb2.yaml21 Compile3Sym:
Dpdb-type-server-simple-a.yaml21 Compile3Sym:
Dgeneric.yaml34 Compile3Sym:
Dpdb1.yaml21 Compile3Sym:
Dpdb-scopes-b.yaml21 Compile3Sym:
Dpdb_lines_1_relative.yaml46 Compile3Sym:
Dpdb-hashes-2-missing.yaml30 Compile3Sym:
/external/llvm-project/llvm/test/DebugInfo/COFF/
Ddlang.ll8 ; OBJ-LABEL: Compile3Sym {
Dswift.ll8 ; OBJ-LABEL: Compile3Sym {
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h1082 class Compile3Sym : public SymbolRecord {
1099 Compile3Sym(uint32_t RecordOffset, const Hdr *H, StringRef Version) in Compile3Sym() function
1100 : SymbolRecord(SymbolRecordKind::Compile3Sym), RecordOffset(RecordOffset), in Compile3Sym()
1103 static ErrorOr<Compile3Sym> deserialize(SymbolRecordKind Kind, in deserialize()
1110 return Compile3Sym(RecordOffset, H, Version); in deserialize()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DCompileUnitIndex.h63 llvm::Optional<llvm::codeview::Compile3Sym> m_compile_opts;
/external/llvm-project/llvm/test/MC/AArch64/
Dcoff-debug.ll69 ; CHECK: Compile3Sym {
/external/llvm-project/llvm/test/MC/COFF/
Dcv-fpo-realign.s19 # CHECK: Compile3Sym {

123