OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GlobalPrefix
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmInfo.h
118
///
GlobalPrefix
- If this is set to a non-empty string, it is prepended
120
const char *
GlobalPrefix
; // Defaults to ""
453
return
GlobalPrefix
;
/external/llvm/lib/IR/
AsmWriter.cpp
105
GlobalPrefix
,
118
case
GlobalPrefix
: OS << '@'; break;
158
isa<GlobalValue>(V) ?
GlobalPrefix
: LocalPrefix);
[
all
...]
Completed in 1327 milliseconds