Searched refs:SymbolValue (Results 1 – 8 of 8) 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-7.0/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 144 void DynamicLibrary::AddSymbol(StringRef SymbolName, void *SymbolValue) { in AddSymbol() argument 146 (*ExplicitSymbols)[SymbolName] = SymbolValue; in AddSymbol()
|
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 78 typedef struct SymbolValue { struct 81 } SymbolValue; argument 624 SymbolValue * const symbol = result; in _mock() 652 SymbolValue * const return_value = malloc(sizeof(*return_value)); in _will_return()
|
/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-7.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 111 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/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.h | 42 static uint64_t SymbolValue(MCSymbolData &Data, const MCAsmLayout &Layout);
|
D | ELFObjectWriter.cpp | 173 uint64_t ELFObjectWriter::SymbolValue(MCSymbolData &Data, in SymbolValue() function in ELFObjectWriter 258 uint64_t Value = SymbolValue(Data, Layout); in WriteSymbol()
|
/external/v8/src/ |
D | api.cc | 6917 LOG_API(isolate, SymbolObject, SymbolValue); in ValueOf()
|