Searched refs:SymbolValue (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceFixups.h | 60 SymbolValue = Value; in set_value() 64 return SymbolValue; in getSymbolValue() 89 const ELFSym *SymbolValue; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 143 void DynamicLibrary::AddSymbol(StringRef SymbolName, void *SymbolValue) { in AddSymbol() argument 145 (*ExplicitSymbols)[SymbolName] = SymbolValue; in AddSymbol()
|
/external/llvm-project/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 143 void DynamicLibrary::AddSymbol(StringRef SymbolName, void *SymbolValue) { in AddSymbol() argument 145 (*ExplicitSymbols)[SymbolName] = SymbolValue; in AddSymbol()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFRelocMap.h | 23 uint64_t SymbolValue; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFRelocMap.h | 23 uint64_t SymbolValue; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDataExtractor.cpp | 28 uint64_t R = E->Resolver(E->Reloc, E->SymbolValue, A); in getRelocatedValue()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDataExtractor.cpp | 63 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData); in getRelocatedValue()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 73 static uint64_t SymbolValue(const MCSymbol &Sym, const MCAsmLayout &Layout); 356 uint64_t ELFObjectWriter::SymbolValue(const MCSymbol &Sym, in SymbolValue() function in ELFObjectWriter 483 uint64_t Value = SymbolValue(*MSD.Symbol, Layout); in writeSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 112 static uint64_t SymbolValue(const MCSymbol &Sym, const MCAsmLayout &Layout); 465 uint64_t ELFWriter::SymbolValue(const MCSymbol &Sym, in SymbolValue() function in ELFWriter 553 uint64_t Value = SymbolValue(*MSD.Symbol, Layout); in writeSymbol()
|
/external/llvm-project/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 112 static uint64_t SymbolValue(const MCSymbol &Sym, const MCAsmLayout &Layout); 465 uint64_t ELFWriter::SymbolValue(const MCSymbol &Sym, in SymbolValue() function in ELFWriter 553 uint64_t Value = SymbolValue(*MSD.Symbol, Layout); in writeSymbol()
|