OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isExternalSymbol
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRelocation.h
238
///
isExternalSymbol
- Return true if this is a constant string.
240
bool
isExternalSymbol
() const {
294
assert(
isExternalSymbol
() && "This is not an external symbol reference!");
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
830
if (MR.
isExternalSymbol
()) {
[
all
...]
Completed in 173 milliseconds