Home
last modified time | relevance | path

Searched refs:SymbolValue (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceFixups.h60 SymbolValue = Value; in set_value()
64 return SymbolValue; in getSymbolValue()
89 const ELFSym *SymbolValue; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDynamicLibrary.cpp144 void DynamicLibrary::AddSymbol(StringRef SymbolName, void *SymbolValue) { in AddSymbol() argument
146 (*ExplicitSymbols)[SymbolName] = SymbolValue; in AddSymbol()
/external/llvm/lib/MC/
DELFObjectWriter.cpp73 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-7.0/llvm/lib/MC/
DELFObjectWriter.cpp111 static uint64_t SymbolValue(const MCSymbol &Sym, const MCAsmLayout &Layout);
463 uint64_t ELFWriter::SymbolValue(const MCSymbol &Sym, in SymbolValue() function in ELFWriter
536 uint64_t Value = SymbolValue(*MSD.Symbol, Layout); in writeSymbol()
/external/v8/src/api/
Dapi.cc6775 LOG_API(isolate, SymbolObject, SymbolValue); in ValueOf()